.error-help-block {
    color: #dc3545;
}

label.errors {
    color: #dc3545 !important;
}

.ajax-errors {
    color: #dc3545 !important;
}
.ajax-errors-already {
    color: #dc3545 !important;
}

.file-errors {
    font-weight: 600;
    color: #dc3545 !important;
}

.field.mt-4 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1rem !important;
}

@media screen and (min-width:480px) {
    .mt-md-0 {
        margin-top: 0 !important;
    }
}

form.auth-form {
    max-width: 550px !important;
    width: 88% !important;
    margin: 0 auto !important;
}

.ui.btn.ui.button.primary {
    height: auto !important;
    padding: 18px 18px !important;
}

.ui.btn.ui.button.primary i {
    margin-right: 10px !important;
}

#preview-container {
    margin-top: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.preview-image {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 100px;
}

.preview-image img {
    max-width: 100%;
    height: auto;
}

.preview-image .remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    color: #fff;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.preview-image .remove-btn:hover {
    opacity: 1;
}

.preview-video {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 150px;
}

.preview-video video {
    max-width: 100%;
    height: auto;
}

.preview-video .remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    color: #fff;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.preview-video .remove-btn:hover {
    opacity: 1;
}

label.fail-alert {
    color: #DC2626 !important;
    position: absolute;
}

.download-btn {
    background-color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-btn:hover {
    background-color: #fff !important;
}

.go-back-arrow a {
    display: flex;
    align-items: center;
}

.subscriptions ul li a {
    width: 90%;
    margin: 10px auto;
    display: block;
}

a.primary {
    background: #258ceb !important;
    box-shadow: 0px 1px 20px  rgba(37, 140, 235, .1);
    padding: 14px 18px !important;
    min-height: auto I !important;
    height: 50px !important;
    font-weight: 500;
    font-size: 14px;
    border-radius: 6px !important;
    transition: all .3s ease;
    outline: none;
    color: #fff;
    border: none;
}

a.primary:hover {
    background: #1E293B !important;
    box-shadow: none;
}

#available-properties {
    flex-wrap: wrap;
    justify-content: start;
    margin-left: 20px;
}

#available-properties .property-card {
    width: 100% !important;
}

@media screen and (min-width:480px) {
    #available-properties .property-card {
        width: 31% !important;
        margin: 0px 20px 20px 0px;
    }
}

.ui.button.primary {
    display: flex !important;
    align-items: center;
}

.ui.button.primary.btn-subscription {
    margin: 0px auto !important;
}

.ui.button.white {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.settings-header img {
    height: 90px !important;
    object-fit: cover !important;
}

.outline-req-btn button, .outline-req-btn a{
    padding: 4px 2px !important;
    margin-right: 7px !important;
    text-align: center;
}
@media (max-width:600px) {
    .outline-req-btn button, .outline-req-btn a {
        padding: 4px 2px !important;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.outline-req-btn-home{
    width: 25% !important;
}

.property-description {
    height: fit-content !important;
    overflow: auto !important;
}

.property-description p {
    height: 100px !important;
}

#view-property .property-creative {
    margin-top: 10px !important;
}

.creative-card-box{
    width: 30%;
}

.dropdown {
    height: 45px !important;
}

.dropzone {
    border: 3px dashed #258CEB !important;
}

.dropzone span {
    color: #258CEB !important;
    font-weight: 500;
}

.property-card {
    padding: 12px 12px 25px 12px !important;
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 145px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.visit-btn {
    padding-top: 0px !important;
}

.property-form-action a {
    width: 40%;
    text-align: center;
}

.edit-property-btn {
    display: block !important;
}

.property-description {
    height: 100px;
}

@media (max-width:480px) {
    .empty-content, #subscription .header , .header-and-link {
        padding: 100px 10px 50px 10px !important;
    }
    .outlined-primary {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #payments {
        padding-top: 100px !important;
    }
    .property-action ul li {
        display: flex !important;
    }
    .section-header {
        padding: 0px 10px 20px 10px !important;
    }
    #password{
       margin-bottom: 10px !important;
    }
    #password-error{
        bottom: -33px !important;
    }
    #agree-error{
        margin-top: -6px;
        padding-bottom: 0px !important;
        margin-bottom: 14px;
    }
    .outline-req-btn-home {
        width: 100% !important;
    }

}

.select2textarea .select2-search textarea.select2-search__field {
    height: 0 !important;
    min-height: 0 !important;
}

.textarea-field {
    position: relative;
}

.textarea-field .custom-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width:50px;
    height:50px;
    border-radius:50%;
    background:conic-gradient(#0000 10%,#766DF4);
    -webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation:s3 1s infinite linear;

  }
  @keyframes s3 {to{transform: rotate(1turn)}}

.chat-loader {
    width:50px;
    height:50px;
    border-radius:50%;
    background:conic-gradient(#0000 10%,#766DF4);
    -webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation:s3 1s infinite linear;
  }

  @keyframes s3 {to{transform: rotate(1turn)}}

.chat-loader-position {
    position: fixed;
    bottom: 10px;
    right: 40px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.model-loader {
    width:50px;
    height:50px;
    border-radius:50%;
    background:conic-gradient(#0000 10%,#766DF4);
    -webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation:s3 1s infinite linear;
  }

  @keyframes s3 {to{transform: rotate(1turn)}}

.model-loader-position {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ui.checkbox .property-toggle {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
}

.property-card h4 {
    width: 90%;
    word-wrap: break-word;
}

/* Media model box */
#model-data {
    overflow-y: scroll;
    max-height: 300px;
}

* {
    box-sizing: border-box;
}

a,
a:hover {
    text-decoration: none;
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.container {
    max-width: 540px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

#lightbox::before {
    content:'';
    background:#000;
    width:100%;
    height:100%;
    display:flex;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity:.6;
    z-index: 100;
}

.model_content {
    background: #fff;
    border-radius: 7px;
    padding: 30px 15px;
    position:fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    width: 50%;
    z-index: 101;
}

.relative {
    position: relative;
}

.model_content .btn-close {
    background: none;
    border: none;
}

.model_content .relative button {
    position: absolute;
    top: -40px;
    right: -28px;
    cursor: pointer;
}

.btn-popup {
    background: #000;
    color: #fff;
    padding: 7px 15px;
}

.btn-download {
    background: #000;
    color: #fff;
    padding: 7px 15px;
}

.btn-popup:hover,
.btn-download:hover {
    color: #fff;
}

.model_content .model_header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

.model_header .model_title {
    margin-bottom: 0;
}

.model_content .img-fluid {
    height: auto;
    max-width: 100%;
}

.model_content .gallery_grid {
    display: grid;
    gap: 10px;
}

@media screen and (min-width: 425px) {
    .model_content .grid_md {
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media screen and (min-width:768px) {
    .container {
        max-width: 720px;
    }

    .model_content .grid_md {
        grid-template-columns: repeat(3,1fr);
    }

    .model_content {
        padding: 50px 15px;
        width: 90%;
    }

    .model_content .model_header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .model_content .relative button {
        position: absolute;
        top: -60px;
        right: -28px;
    }
}

@media screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.bottom-btn {
    display: flex;
    flex-direction:column;
    justify-content:space-between;
}
